@font-face {
    font-family: 'hh-iconfont';  /* project id 2071581 */
    src: url('https://at.alicdn.com/t/font_2071581_u64c9ffrb8.eot');
    src: url('https://at.alicdn.com/t/font_2071581_u64c9ffrb8.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_2071581_u64c9ffrb8.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_2071581_u64c9ffrb8.woff') format('woff'),
    url('https://at.alicdn.com/t/font_2071581_u64c9ffrb8.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_2071581_u64c9ffrb8.svg#hh-iconfont') format('svg');
  }
@font-face {
    font-family: 'siyuan';
    src: url(./siyuan.otf) format('otf');
}

@font-face {
    font-family: 'siyuanextra';
    src: url(./siyuanextra.otf) format('otf');
}

/* 修改导航内容 */
.layui-nav .layui-nav-more, .layui-nav .layui-nav-mored{
   display: none;
}

.layui-nav .layui-nav-bar{
    display: none !important;
   
}
.bnlist{
    background-size: 100% 100%;
}
.layui-nav-child {
    background-color: #152151;
    /*top: 60px;*/
    top:78px;
    border: none;
    box-shadow: none;
}

.layui-nav .layui-nav-item a {
    /*color: white;*/
    color: black;
}

.layui-nav .layui-nav-item:hover{
    border-bottom: 2px solid #428AFC;
    height: 76px;
    line-height:76px;
}

 .layui-nav .layui-nav-item a:hover {
    /*color: rgb(75, 193, 220);*/
     color: #428AFC;
}

.layui-nav .layui-nav-child a {
    color: white;
}

.layui-nav .layui-nav-child a:hover {
    background-color: #152151;
    /*color: rgb(75, 193, 220);*/
    color: #428AFC;
}

* {
    font-family: 'siyuanextra';
    font-weight: 300;
}

.hh-iconfont {
    font-family:"hh-iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;  
}

span.layui-nav-bar {
    background-color: #eeeeee;
}
.layui-fluid {
    padding: 0;
}
.flex-container{
    display: flex;
    justify-content: center;
}

.flex-cross-center {
    align-items: center;
}
@media screen and (min-width:1240px ) {
.flex-mainsize {
    width: 1240px;
    margin: 0 auto;
}
}
.flex-column {
    flex-direction: column;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-between {
    justify-content: space-between;
}
.flex-default {
    align-items: flex-start;
    justify-content: start;
}

* {
    /*color: #555555;*/
    color: #333333;
}
img {
    object-fit: cover;;
}
.header-view {
    position: fixed;
    z-index: 10000;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    height: 80px;
    width: 100%;
    /*position: fixed;
    z-index: 10000;
    top: 0;
    display: flex;
  
    background-color: white;
    height: 80px;
    width: 100%;
    text-align: left;
    border: 1px solid #f6f6f6;*/
    border: 1px solid #f6f6f6;
}

.hb-header {
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;width:100%
    /*max-width: 1240px;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 5px 10px;*/
}



.details-header,.inside-header {
    /*background-color: #152151;*/
    background-color:white ;
}

.details-margin {
    padding-top: 80px;
}

.hb-nav {
    text-align: right;
}

.hb-nav>li {
   text-align: center;
}
.hb-nav-a {
    width: auto;
    padding: 10px 5px;
    color: #555555;
}

.hb-nav-a:hover {
    color: #094fc2;
}

.company-intro {
    padding: 60px 0;
    flex-direction: column;
    align-items: center;
}

.company-intro > p {
    font-family: 'siyuanextra';
    width: 60%;
    font-size: 18px; 
    padding-bottom: 15px;
    text-align: justify;
    font-weight: 100;
    line-height: 40px;
}
.company-img{
    width: calc(33% - 20px);
    margin-bottom: 60px;
}

.company-img>img{
    width: 100%;
    height: 100%;
}

.core-busiess{
    background-image: url(../../images/home-ch-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.core-header{
    padding: 40px 0px 0px;
}
.core-h1 {
    font-size: 30px;
}
.core-h1-line {
    width: 50px;
    height: 3px;
    background-color: #094fc2;
    margin:10px 0;
} 
.core-h1-en{
    font-size: 12px;
}

.core-leftnav{
    width: 50%;
    margin: 10px 0;
}

.core-rightview{
    width: 50%;
    margin: 10px 0;
}

.core-cat-btn {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    border-left: 3px;
    margin-bottom: 40px;
    height: 80px;
}
.cat-active {
    border-left: 3px solid #094fc2;
}
.cat-active > p {
    color: #094fc2;
}
.cat-title{
    font-size: 23px;
    padding-top:10px;
}
.cat-desc {
    font-size: 12px;
}

.cat-arrow{
    position: relative;
    top: 10px;
    width: 40px;
    height: 10px;
}

.core-item {
    height: 250px;
    position: relative;
}

.core-item>img{
    width: 100%;
    height: 100%;
}

.core-item>p{
    box-sizing: border-box;
    width: 100%;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-style: italic;
    padding-left: 20px;
    block-size: unset;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}

.view-more{
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.view-more > img{
    width: 50px;
    height: 10px;
}

.view-more > a > p {
    font-size: 14px;
}

.view-more-blue *{
    color: #094fc2;
}

.banner-img{
    width: 100%;
    height: 100%;
}


.product-module{
    background-image: url(../../images/index_bg03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.product-module * {
    color: white;
}

.product-ins-banner {
    /*height: 100vh;*/
    height: 656px;
    padding-top: 80px;
}

.product-list {
    width: 100%;
    display: flex;
    padding:0px 100px;
}

.product-list .product-item {
    flex: 1;
    height: 300px;
    margin-right: 15px;
    position: relative;
}

.product-list>div {
    position: relative;
}

.product-list>div:hover .prodouct-addbg {
    display: flex;
}

.product-list .prodouct-addbg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21, 34, 81, 0.8);
    justify-content: center;
    align-items: center;
}

.product-list .prodouct-addbg > p {
    font-size: 20px;
    font-weight: 300;
    color: white;
    text-align: center;
}

/* .product-item:hover {
    box-shadow: 0 0 4px white;
} */

.product-item:last-child {
    margin-right: 0;
} 

.product-item>img{
    width: 100%;
    height: 100%;
}

.products-desc {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-start;
}

.products-desc > p {
    color: white;
}

.products-title {
    font-size: 30px;
    padding: 60px;
    /*color: white;*/
    color:black;
}

.products-content {
    font-size: 16px;
    padding:10px;
}

.products-case {
    
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-start;
}

.news-module{
    background-image: url(../../images/news-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.news-item {
    display: flex;
    width: calc(100%/3 - 20px);
    margin-right: 20px;
    flex-direction: column;
    background: white;
    align-items: center;
}

.news-item:hover {
    box-shadow: 0 0 4px #cccccc;
}

.news-item > img {
    width: 100%;
    height: 230px;
}

.news-items:last-child {
    margin-right: 0;
}

.news-item-title{
    font-size: 18px;
    margin: 15px 30px 0px 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.a-cur-active {
    padding-bottom: 15px;
    border-bottom: 2px solid #094fc2;
    color: #094fc2;
}

.news-item-content {
    margin: 10px 30px;
    font-size: 13px;
    height: 90px;
    line-height: 24px;
    color: #a09b9b;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news-item-dateview {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 10px 0 20px 0;
    align-items: center;
}

.news-item-date {
    width: auto;
}

.new-item-more{
    font-size: 13px;
    color: #094fc2;
}

.news-item>hr {
    width: 50px;
    height: 2px;
    background: #094fc2;;
}

.foot-view{
    background-image: url(../../images/foot-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

.foot-contentview {
    align-self: center;
}

.foot-menu {
    align-items: flex-start;
    justify-content: start;
    flex: 1;
    /* justify-content: start; */
}

.foot-menu:last-child {
    flex: 2;
}

.foot-menu > a{
    padding: 10px;
    font-size: 14px;
    color: white;
}
.foot-menu > a:hover {
    color: rgb(221, 219, 216);
}

.foot-menu > p:first-child {
    padding: 10px;
    font-size: 18px;
    color: white;
}

.foot-menu > p {
    padding: 10px;
    font-size: 14px;
    color: white;
}

.main-banner > img.banner-img {
    height: auto;
    max-height: 600px;
    padding-top: 80px;
}

.main-banner-bg {
    height: 400px;
    background-image: url(../../images/banner_cg_xq.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-banner-bg > h1 {
    color: rgba(255,255,255,.7);
    margin-bottom: 40px;
    font-size: 40px;
    max-width: 1000px;
}

.main-banner-cgbg {
    height: 400px;
    background-image: url(../../images/banner_yw_xq.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-banner-cgbg > h1 {
    color: rgba(255,255,255,.7);
    margin-bottom: 40px;
    font-size: 40px;
    max-width: 1000px;
}



.level-banner > img{
    min-height: 300px;
}
.services-quesiton-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.play-video-btn{
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 85px;
    left: calc(50% - 100px);
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.play-video-btn>img {
    width: 30px;
    height: 30px;
}

video {
    width: 100%;
    height: 100%;
    /* display: none; */
}

img.product-bannner-img {
    max-height: 400px;
    padding-top: 80px;
}

.module-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-bottom: 10px;
}
.child-moudle-title {
    font-size: 23px;
    color: #094fc2;
}

.module-header>a {
    color: #094fc2;
    font-size: 14px;
}

.bn-general , .bn-information {
    margin-top: 40px;
}

.bn-information {
    background-image: url(../../images/business-details-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    overflow: hidden;
    padding-bottom: 20px;
}

.bn-in-content {
    font-size: 14px;
    text-indent: 2em;
    line-height: 2em;
    margin-bottom: 10px;
}

.bn-case-item {
    width: 50%;
    height: 30px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bn-case-item > span {
    width: 10px;
    height: 10px;
    background-color: gainsboro;
    margin-right: 10px;
}

.bn-case-item > p {
    font-size: 14px;

}

.bn-case {
    max-height: 260px;
}

.bn-desc {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bn-desc-title {
    font-size: 30px;
    margin: 40px 0;
    /*color: white;*/
    color: black;
}

.bn-desc-content ,.bn-desc-content p{
    font-size: 16px;
    line-height: 2;
    text-indent: 2rem;
    /*color: white;*/
    color:#333333;
    width: 1240px;
    margin-bottom: 30px;
}

/* 业务范围 */
.bn-scope {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bs-catelist {
    margin-top: 30px;
    width: 100%;
    display: flex;
}
.bs-cate {
    flex: 1;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bs-cate-title {
    font-size: 20px;
    letter-spacing: 5px;
    color: white;
    font-weight: 100;
    margin-bottom: 30px;
}

.bs-cate-img {
    object-fit: cover;
}
/* 业务类别 */
.bn-categorys {
    margin: 0 auto;
    width: 1240px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bc-catelist {
    width: 100%;
    margin-bottom: 15px;
    /*padding: 10px 20px;*/
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0px 0px 13px 0px rgba(228, 228, 228, 0.99);
}

.bc-cate-title {
    font-size: 16px;
    /*color: white;*/
    /*color: black;*/
    /*padding: 10px 0;*/
    /*margin: 0 50px;*/
    /*width: auto;*/
    /*text-align: center;*/
    width: 221px;
    height: 75px;
    background: white;
    color: #333333;
    display: inline-block;
    line-height: 75px;
    text-align: center;
}

.bc-cate-title-sel {
    /*color: #699bef;*/
    /*border-bottom: 2px solid #699bef;*/
    background: #428AFC;
    color: white;
}

.bc-cate-title-sel-dl {
    color: #699bef;
    border-bottom: 2px solid #699bef;
}

.bc-carousel-item {
    width: 100%;
    height: 90%;
    object-fit: cover;
}

.bn-categorys >.swiper-container {
    width: 100%;
    height: 500px;
    --swiper-theme-color: white;
}

.bn-categorys > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.bn-swiper-pagin {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: white;
    display: inline-block;
    margin-bottom: 30px;
}

.bn-swiper-pagin-active {
    width: 30px;
    height: 10px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: white;
    display: inline-block;
    transition: .3s width;
}

.text-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video-catview {
    margin: 30px auto 20px auto;
    width: 1240px;
    align-items: flex-end;
} 
.video-catview > p {
    font-size: 23px;
    font-weight: bold;
}

.video-catview > a {
    font-size: 15px;
}

.video-catview > a:hover {
    color: #094fc2;
}

.video-item {
    width: calc(25% - 15px);
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: white;
}

a.video-item:hover>* {
    color: rgb(88, 165, 241);
} 

.video-item>img{
    width: 100%;
    max-height: 200px;
}

.video-item-title {
    font-size: 16px;
    padding: 20px 10px 5px 10px; 
}

.video-item-date {
    font-size: 12px;
    padding: 5px 10px 15px 10px; 
    color: #cccccc;
}

.vl-list {
    padding-bottom: 30px;
}

.vl-item > a:hover>p.vl-item-title {
    color: #094fc2;
}

.vl-item {
    margin-top: 15px;
    max-width: 1240px;
}

.vl-item-img {
    max-width: 220px;
    max-height: 180px;
}

.vl-item-contentview {
    margin-left: 30px;
    align-items: flex-start;
    justify-content: space-evenly;
}

.vl-item-content {
    font-size: 14px;
    color: #a09b9b;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.vl-item-title {
    font-size: 20px;
}

.vl-item-time {
    font-size: 14px;
    color: #a09b9b;
}

.swiper-container {
    width: 1240px;
}  


.swiper-product-scenes .swiper-slide {
    width: 941px;
}

.swiper-product {
    display: flex;
    flex-direction: column;
}

.swiper-product-case-title {
    position: absolute;
    top: 0px;
    width: 300px;
    line-height: 40px;
    left: calc(50% - 150px);
    background: #094fc2;
    color: white;
    text-align: center;
    font-size: 15px;
    z-index: 100;
    border: 1px solid #eeeeee;
}

.swiper-product-img {
    margin-top: 20px;
    height: 500px;
    width: 950px;
    border: 1px solid #eeeeee;
}

.swiper-btns {
    margin-top: 20px;
    margin-bottom: 40px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-btns>a {
    width: 130px;
    border-radius: 5px;
    line-height: 37px;
    color: white;
    font-size: 13px;
    margin-right: 30px;
    background-color: #094fc2;
    text-align: center;
}

.video-details-playview {
    background-color: #2e2e2e;
    height: 600px;
    align-items: center;
}
.vd-nav {
    background-color: #2e2e2e;
}
.vd-nav  a {
    color: white;
    line-height: 50px;
    font-size: 13px;
}

.vd-nav-video {
    max-width: 1240px;
    height: 500px;
    
}

.vd-titleview {
    width: 940px;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: space-evenly;
}

.vd-titleview > p {
    color: white;
    font-size: 12px;
}

p.vd-title {
    font-size: 19px;
}

.vd-overview {
    max-width: 940px;
    height: auto;
    margin: 30px auto;
    padding:20px 0;
    background-color: white;
}

.vd-overview-title {
    font-size: 16px;
    padding: 5px 10px;
}

.vd-overview-content {
   font-size: 13px;
   line-height: 1.5rem;
   text-indent: 2rem;
    padding: 10px 30px;
}

#dh-time {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#dh-time>.swiper-container {
    width: 90%;
}

.swiper-button-next,.swiper-button-prev {
    cursor: pointer;
    background: 0 0;
    width: 40px;
    line-height: 40px;  
    text-align: center;
}
.swiper-button-next::after,.swiper-button-prev::after {
    content: "";
}

.hh-iconfont-arrow {
    font-size: 35px;
    color: #a09b9b;
}

.dh-time-itemview {
    display: flex;
}

.dh-time-item {
   width: 100px;
   line-height: 40px;
   font-size: 13px;
   margin-right: 30px;
   text-align: center;
   background-color: #eeeeee;
}

.dh-time-item-sel, .dh-time-item:hover {
    background-color: #094fc2;
    color: white;
}

.dh-time-item:last-child {
    margin-right: 0;
}

.dh-time-contentview {
    display: flex;
    background-color: white;
    border: 1px solid #cccccc;
    flex-direction: column;
    width: 100%;
    min-height: 200px;
    margin: 30px 0;
    padding: 20px;
}

.dh-time-contentview > p {
    line-height: 2rem;
    font-size: 13px;
}

.dh-time-contentimgview {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 0 10px;
    overflow: hidden;
    width: 100%;
}

.dh-time-contentimg {
    width: 290px;
    height: 200px;
    background-color: red;
    margin-right: 20px;
}

.dh-time-contentimg:nth-last-child() {
    margin-right: 0;
}

.cc-mainview {
    padding: 50px 100px;
    box-sizing: border-box;
}
.cc-title {
    font-size: 18px;
    line-height: 2rem;
}

.cc-mainimgview {
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.cc-img-view {
    width: calc(50% - 20px);
    height: 500px;
}
.cc-img-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat; 
    padding: 50px 0;
    width: 100%;
}

.cc-img-leftitem {
    background-image: url(../../images/gy_qywh_qizz.jpg);
    height: 100%;
}

.cc-img-item> h2 {
    font-size: 20px;
    color: white;
    margin-bottom: 50px;
}

.cc-img-item>p {
    font-size: 15px;
    color: white;
    margin-bottom: 25px;
}

.cc-img-rightview {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cc-img-rightitem {
    
    height: calc(50% - 20px);
}

.cc-img-rightitem:first-child {
    background-image: url(../../images/about-cc-right-1.png);
}

.cc-img-rightitem:last-child {
    background-image: url(../../images/about-cc-right-2.png);
}

.about-origan-img{
    width: 100%;
    height: auto;
    margin: 30px 0;
}

.about-js-view {
    display: flex;
    flex-direction: column;
    padding: 50px 100px 30px 100px;
    align-items: center;
}

.about-js-view>p {
    font-size: 14px;
    line-height: 2rem;
    text-align: center;
}

.rcln-bgview {
    background-image: url(../../images/gy_zp_bg02.jpg);
    padding: 70px;
}

.rcln-imgview {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.rcln-item {
    background-color: white;
    width: 25%;
    height: 300px;
}

.rcln-item>img {
    width: 100%;
    height: 200px;
}

.rcln-item>h2 {
    font-size: 16px;
    padding: 10px;
}

.rcln-item>p {
    font-size: 13px;
    padding: 0 10px;
    line-height: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.rcln-item-offset {
    margin-top: 298px;
}

.job-search-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 60px 0;
}

.about-js-title {
    font-size: 30px;
    padding: 30px;
    letter-spacing: 4px;
}

.job-search-imgview {
    display: flex;
    justify-content: space-between;
}

.job-search-item {
    width: calc(50% - 20px);
    height: auto;
    box-shadow: 0 0 3px #cccccc;
}

.job-search-item>img {
    width: 100%;
    height: auto;
}

.js-item-contentview {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

.js-item-contentview > p {
    font-size: 16px;
}

.js-item-contentview > a {
    font-size: 14px;
    color: #2e2e2e;
}

.js-item-contentview > a:hover {
    color: #094fc2;
}

.honors-mainview {
    padding: 30px;
}

.options-btnsview {
    width: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
}

.ob-btn {
    width: 120px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: #eeeeee;
    margin-right: 30px;
}

.ob-btn-sel , .ob-btn:hover {
    background-color: #094fc2;
    color: white;
}

.honors-list {
    max-height: 400px;
    margin-right: 15px;
    overflow: auto;
}

.honors-listview {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.honors-list-item {
    padding: 5px;
    display: flex;
}

.hli-title {
    font-size: 15px;
}
.honors-list-item:hover > * {
    color: #094fc2;
}

.hli-sel>* {
    color: #094fc2;
}

.hli-img {
    background-image: none;
}

.honors-img {
    width: 60%;
    
}
.honors-list-item>.hh-iconfont {
    font-size: 13px;
    line-height: 20px;
}

.ca-listview {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

.ca-list-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}


.ca-list-item:hover {
    transition: 0.3s all ease-in;
    box-shadow: 0 0 2px #094fc2;
}

.ca-item-img {
width: 100%;
    height: 330px;
}

.ca-list-item > p {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.photos-alertview {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    position: fixed;
    top:0;
    left: 0;
    z-index: 1000;
    transition: 0.4s;
}
.pa-hidden {
    display: none;
}

.pa-show {
    display: block;
}

.close-pa-btn {
    /* position: absolute;
    top: 20px;
    right: 0; */
    font-size: 30px;
    color: white;
    padding: 20px 0;
}

.pa-mainview {
   margin-top: 100px;
   position: relative;
   height: calc(100vh - 150px);
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   justify-content: space-around;
}

.pa-mainview img {
    object-fit: contain;
    vertical-align: middle;
}

/* .pa-mainview .swiper-slide{
    width: 150px;
    height: 100px;
}

.pa-mainview .swiper-slide-active {
    width: 600px;
    height: 500px;
} */

#photo-swiperid{
    --swiper-theme-color: white;/* 设置Swiper风格 */
    --swiper-navigation-color: white;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 60px;/* 设置按钮大小 */
}

#photo-swiperId>.swiper-wrapper {
    align-items: flex-end;
}


.photos-arrow {
    color: white;
}

.jus-searchview {
    background-color: white;
}

.jus-search-container {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jus-search-btnview{
    display: flex;
    align-items: center;
}

.jus-search-btn {
    width: 60%;
    border: 1px solid #cccccc;
    box-shadow: 0 0 1px #cccccc;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.jus-search-btn > i {
    font-size: 23px;
}

.jus-search-btn > input {
    margin-left: 20px;
    width: 80%;
    font-size: 16px;
    line-height: 40px;
}

.jus-search-button {
    margin-left: 30px;
    width: 80px;
    height: 40px;
    color: white;
    background-color: #094fc2;
}

.jus-search-button:hover {
    background-color: #094fc2;
}

.job-category-view {
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.job-category-view > p {
    font-size: 18px;
    width: 100px;
}

.job-cate-list {
    display: flex;
    width: auto;
}

.job-cate-item  {
    min-width: 80px;
    width: auto;
    padding:0 20px;
    margin-left: 20px;
    line-height: 35px;
    background-color: #eeeeee;
    font-size: 14px;
    text-align: center;
}

.job-list-item-details {
    width: 100%;
    background-color: #f4f9fc;
    padding: 20px;
    position: relative;
}

.job-cate-item-sel, .job-cate-item:hover {
    background-color: #094fc2;
    color: white;
}

.job-cate-itemview > .job-list-item-details {
    display: none;
}

.job-cate-itemview-sel > .job-list-item-details {
    display: block;
}

.job-cate-itemview p,.job-cate-itemview span {
    background-color: transparent !important;
}

.job-list-view {
    width: 100%;
    border: 1px solid #eeeeee;
}

.job-list-headerview {
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #eeeeee;
}

.job-list-headerview-title {
    font-size: 18px;
    font-weight: bolder;
    flex: 1;
    text-align: center;
}

.job-list-items {
    width: 100%;
}

.job-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    border-top: 1px solid #eeeeee;
}

.job-list-item:hover, .job-cate-itemview-sel {
    background-color: #E3ECFD;
}

.jli-title {
    flex: 1;
    font-size: 14px;
    text-align: center;
}

.job-item-det-contentview {
    display: flex;
    flex-direction: column;
}
.job-item-det-contentview > h3 {
    font-size: 15px;
    font-weight: bolder;
}
.jidc-contents {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.jidc-contents > .jidcc-cont {
    line-height: 30px;
    min-width: 20%;
    font-size: 12px;
}

.jidc-contents-ul {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.jidc-contents-ul > .jidcc-cont-li {
    line-height: 30px;
    font-size: 12px;
}

.job-commit-btn {
    font-size: 14px;
    color: white;
    background-color: #094fc2;
    width: 100px;
    line-height: 35px;
    margin: 20px;
}

.contact-alertview {
    display: none;
}

.contact-alertview-show {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30%;
    background-color: white;
    box-shadow: 0px 0px 22px 0px #cccccc;
    border-radius: 20px;
    width: auto;
    z-index: 200;
}

.job-contactview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 280px;
}

.job-ctitle {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.job-call-type-title {
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
}
.job-call-type-cont {
    margin-bottom: 15px;
}
.job-call-type-cont * {
    font-size: 15px;
    color: #094fc2;
}

.cy-baseimgview {
    position: relative;
    width: 100%;
}
.cy-position-title {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
}

.ghtx-img {
    margin: 70px 0;
}

.defalut-text-color {
    color: #555555;
}

.about-ywt {
    display: flex;
    justify-content: center;
}

.about-ywt > img {
    width: 60%;
    height: auto;
    margin: 60px auto;
}

.bn-category-flex {
    width: 100%;
    /*min-height: 500px;*/
    display: flex;
    flex-wrap: wrap;
}
.bn-category-flex  a {
    width: calc(25% - 10px);
    display: flex;
    flex-direction: column; 
    margin-right: 10px; 
}
.bn-category-flex img {
    width: 100%;   
    object-fit: contain;
}

.bn-category-flex p {
    width: 100%;
    text-align: center;   
    /*color: white;*/
    color:#333333;
    font-size: 16px;
    margin: 20px 0px;
}

.content-bottom {
    margin-bottom: 20px;
    flex-direction: column;
}

.pro-cate-li {
    height: 50px;
    font-size: 17px;
    padding:10px 0;
     width: 100%;
  text-indent:2em;
    border-top: 1px solid #ccc;
    line-height:28px;
}
.pro-cate-li:hover {
   cursor: pointer;
}

.pro-cate-li-active {
    background: #094fc2 !important;
      height: 50px;
    font-size: 17px;
    padding:10px 0;
     width: 100%;
   line-height:28px;
  text-indent:2em;
    border-top: 1px solid #ccc;
    color: #FFFFFF;
  
}
.pro-cate-li-active div
{
   color: #094fc2 !important;  
    }
.base-bgcolor {
    background-color: #f8f8f8;
}

.us-items {
    background-color: white;
    margin-top: 20px;
}
.us-item {
    width: calc(100%/3);
    height: 300px;
    border-left: 1px solid #e7e4e4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.us-item:last-child {
    border-right: 1px solid #e7e4e4;
}

.us-item:hover .us-item-icon {
    top: -100px;
}

.us-item:hover .part_icon1 {
    background-color: #094fc2;
}

.us-item:hover .us-item-number {
    color: #094fc2;
}

.part_icon1 {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #f8f8f8;
    border-radius: 50%;
    margin-bottom: 20px;
}

.us-item-icon {
    width: 100px;
    height: 200px;
    top: 0;
    position: relative;
}

.us-tran {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.us-item-text {
    font-size: 13px;
    color: #a09b9b;
}
.us-item-number {
    font-size: 20px;
    margin-top: 10px;
}

.us-map {
    margin-top: 20px;
    height: 500px;
    background-color: white;
    position: relative;
}

#map_container{
    width: 1240px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#mask {
    margin: 50px 0;
}

.map_infoview {
    width: 400px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_infoview > h2 {
    color: #094fc2;
    font-size: 20px;
}

.float-addressview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    z-index: 1000;
}

.BMap_stdMpZoom{
    width: auto;
    bottom: 70px;
}

.about-ywt img {
    object-fit: contain;
}

.side-view {
    position: fixed;
    z-index: 10000;
    bottom: 10vh;
    right: 20px;
    width: 60px;
    height: 300px;
    background-color: white;

    display: flex;
    flex-direction: column;
    align-items: center;

    box-shadow: 0 0 5px #cccccc;
}

.side-item {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
    cursor: pointer;
}

.side-item:hover {
    background-color: #094fc2;
}

.side-imgview{
    width: 50%;
    height: 60%;
    position: relative;
    overflow: hidden;
}

.side-imgview > img {
    left: calc((100% - 35px)/2);
    object-fit: cover;
}

.side-img1 {
    position: absolute;
    top: 0;
    left: 0;
}

.side-img2 {
    position: absolute;
    top: 60px;
    left: 0;
}

.side-item:hover .side-img1 {
    top: -60px;
}

.side-item:hover .side-img2 {
    top: 0;
}

.side-line {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #cccccc;
}

.side-item:hover .side-line{
    background-color:  #094fc2;
}

.side-model-view {
    width: auto;
    position: fixed;
    z-index: 10000;
    right: 85px;
    bottom: 10vh;

    display: flex;
    align-items: flex-end;

    display:none;
}

.side-contentmodel-view {
    width: auto;
    padding: 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side-phone-title {
    font-weight: 400;
    font-size: 16px;
}

.side-phone-number {
    margin-top: 5px;
    font-size: 14px;
    color: #094fc2;
}

.side-view-arrow {
    width: 10px;
    height: 10px;
    margin-bottom: 15px;
}

.side-wechatimg {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}



.phone-modelview {
    display: flex;
    bottom: calc(10vh + 120px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.wx-modelshow {
    display: flex;
    bottom: calc(10vh + 60px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.fl-view {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.fl-item {
    margin-left: 15px;
    min-width: 150px;
    height: auto;
    background-color: white;
    box-shadow: 0 0 2px #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: auto;
}

.fl-view>a {
    cursor: pointer;
}

.fl-item:hover {
    box-shadow: 0 0 4px #cccccc;
}

.fl-item >img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fl-item >p {
    margin-right: 15px;
    font-size: 14px;
}

.new-cell-flex {
    display: flex;
}
.new-cell-flex:hover p.title{
    color: #094fc2;
}

.cell .new-cell-flex > div {
    width: auto;
}

.cell .new-cell-flex > img {
   position: relative;
    left: 0px; 
    top: 0px;
    margin-right: 15px;
}

.cell > .new-cell-flex > div > p.title,.cell > .new-cell-flex > div > p.content, .cell> .new-cell-flex > div > p.time {
    padding-left: 0px;
}

.server-img-center {
    margin: 0 auto;
}

img[src=""],img:not([src]){
    opacity:0;
}

.bn-box {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    top: -100px;
    z-index: 9999;
    margin-bottom: -60px;
}

.bottom-nav{
    display: flex;
    /*margin: 0 auto;
    position:absolute;*/
    bottom: 56px;
    z-index: 99;
    max-width: 1200px;
    box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.3);
		 display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: wrap;width: 100%;
}

.nav-list{
    width: 20%;
    height: 200px; 
    background: #F5F5F5;text-align:center; padding:45px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
    .nav-list:hover {
  
    }
    .nav-list:nth-child(even) {
        background: #FFFFFF;
    }

.bottom-nav .nav-list:hover {
    background: #076CE0;
    text-decoration: none;
}

.nav-list img{
    width: 39px;
    height: 37px;
}

.nav-list-active p {
    color: white !important;
    text-decoration: none;
}

.qyysbj{
    height: 530px;
    background-image: url('../../images/changes-shouye/qyys-bj.png');
    background-size: 100% 100%;
}

.corpdesc{
    width: 50%;
    /*height: 304px;*/
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.corpdesc-more{
    background-image: url("../../images/changes-shouye/bg.png");
    width: 114px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    color: white;
    padding-left: 13px;
}

.about-img{

   display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: wrap;
}

.play_video {
    width: 100%;
    height: 310px;
    background-image: url("../../images/changes-shouye/play_videoid.png");
    background-position-x: 50%;
}

.play_video_color{
       background-color: #076ce0;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #FEFEFF;
}

.play_video_bg{
    width: 72px;
    height: 72px;
    background:url("../../images/changes-shouye/bofnag.png");
    margin: 108px auto 0;
    cursor:pointer;
}

.bn-categoryBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bn-name{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.bn-title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    padding-bottom:20px;
}

.mH500{
    max-height: 560px;
    overflow: hidden;
}

.bnl_active .mH500{
    max-height: 999px;
}

.bn-hide{
    display: none;
}

.bn-drop{
    padding: 30px 0;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.layui-nav * {
    font-size:20px;
}

.layui-nav dd a{
    font-size: 16px;line-height:35px;
}

.container-fluid {
     padding-right: 0px !important; 
padding-left: 0px !important;
}
.aboutImg{margin:10px;}
.content-body{ margin:auto;}

@media screen and (min-width:1300px ) {
	

}
@media screen and (max-width:980px ) {

    .cat-title {
        font-size: 14px;
    }

    .layui-nav {
        margin-top: 15px;
    }

        .layui-nav * {
            font-size: 14px;
        }

        .layui-nav .layui-nav-item {
            line-height: 25px !important;
        }

            .layui-nav .layui-nav-item:hover {
                height: 25px;
            }

            .layui-nav .layui-nav-item a {
                padding: 0 15px;
            }

    .side-view {
        display: none;
    }

    .product-list {
        padding: 0px 30px;
        overflow: hidden;
    }

        .product-list .product-item {
            min-width: 165px;
        }

    .foot-menu > p:first-child {
        font-size: 14px;
    }
    .product-list .prodouct-addbg > p {
        font-size: 14px;
    }
}